home *** CD-ROM | disk | FTP | other *** search
- MyWindow = {
- SUPERCLASS = Window;
- };
- FirstResponder = {
- ACTIONS = {
- clipStuff:;
- };
- SUPERCLASS = Object;
- };
- MyObject = {
- ACTIONS = {
- loadPad:;
- clipStuff:;
- notebook:;
- ShowInfoPanel:;
- findPrevious:;
- showMoreInfoPanel:;
- printPad:;
- appDidInit:;
- reference:;
- openWindow:;
- telephonebook:;
- showFindPanel:;
- savePad:;
- scrapbook:;
- appWillTernimate:;
- findNext:;
- };
- OUTLETS = {
- findText;
- date;
- pad;
- moreInfoPanel;
- findPanel;
- infoPanel;
- mainWindow;
- };
- SUPERCLASS = Object;
- };
-